Disable highlighting text in CSS.

76

.disable-highlighting {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

Comments

Submit
0 Comments